ComponentOne Scheduler for WinForms
Sort(Comparison<Appointment>) Method

C1.Win.C1Schedule.4 Assembly > C1.C1Schedule Namespace > AppointmentList Class > Sort Method : Sort(Comparison<Appointment>) Method
The System.Comparison`1 to use when comparing elements.
Sorts the elements in the entire AppointmentList using the specified System.Comparison.
Syntax
'Declaration
 
Public Overloads Sub Sort( _
   ByVal comparison As System.Comparison(Of Appointment) _
) 
public void Sort( 
   System.Comparison<Appointment> comparison
)

Parameters

comparison
The System.Comparison`1 to use when comparing elements.
See Also

Reference

AppointmentList Class
AppointmentList Members
Overload List